Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Flash ActionScript
1) Animation
2) Array
3) Class
4) Data Type
5) Development
6) Function
7) Graphics
8) Language
9) Network
10) Regular Expressions
11) Statement
12) String
13) TextField
14) XML
Function
1) A function that calculates the area of a rectangle and returns the value as a number
2) A method assigned to a variable can be invoked via that variable using the standard parentheses operator, ( )
3) Accessing Definitions from Within a Function
4) All arguments that have a default value must all be placed last in the order of arguments
5) Assign value returned from a function to a variable
6) Bound Methods, which is treated as a value
7) Calling Functions
8) Complex data types, like Array, pass values by reference
9) Creating Anonymous Functions
10) Creating Recursion function
11) Define a function
12) Defining a Return Type for Your Function
13) Function definition with multiple arguments
14) Function to search an array
15) Function type variable
16) Functions as Objects
17) Global Functions
18) Handling an Unknown Number of Parameters
19) If you attempt to actually return a value in a void method, the compiler generates an error
20) Mix the named parameter and unnamed parameters
21) Nested function call
22) Nested Functions
23) Obtaining the Result of a Method
24) Package-Level Functions
25) Passing Parameters by Value or by Reference
26) Passing Parameters to a function
27) Passing Parameters to Your Function
28) Primitive data types are passed by value
29) Referencing Functions
30) Return value from function
31) Returning void
32) Setting Default Values
33) Source-File-Level Functions
34) The rest parameter can also be used with other required parameters
35) The return statement exits the current method
36) Use a return statement to exit a method under certain conditions
37) Use the return value of a method, without storing it in a variable, by passing it as a parameter to another function
38) Using the Rest Argument ( )
39) Writing Recursive Functions